home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 18 / Silicon_Graphics_hot mix 18.iso / .bin / wrongOS < prev    next >
Text File  |  1998-02-22  |  323b  |  13 lines

  1. #!/bin/sh -f
  2.  
  3. case  `/usr/bin/X11/xconfirm -icon warning -t "Hot Mix 18 has only been tested, and is only supported on IRIX 5.3 , 6.2 , 6.3 and 6.4" \
  4. -t " "  \
  5. -t "     You may continue, with unpredictable results !" \
  6. -t " "  \
  7. -t "Run Hot Mix 18 on this system ?" -b No -B Yes`
  8. in 
  9.     Yes) echo 1 ;;
  10.      No) echo 0 ;;
  11. esac
  12.  
  13.